home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / tools / c2latex.lha / c++2latex / fancyheadings.sty / images.pl < prev    next >
Text File  |  1993-08-08  |  584b  |  17 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3.  
  4.  
  5. $key = q/textstyleparbox{headwidth}{raggedleft#4strut};MSF=1.6;AAT/;
  6. $cached_env_img{$key} = q|<IMG
  7.  STYLE="height: 1.54ex; vertical-align: 177.04ex; " SRC="|."$dir".q|img2.png"
  8.  ALT="$\textstyle \parbox{\headwidth}{\raggedleft ...">|; 
  9.  
  10. $key = q/textstyleparbox{headwidth}{raggedright#2strut};MSF=1.6;AAT/;
  11. $cached_env_img{$key} = q|<IMG
  12.  STYLE="height: 196.25ex; vertical-align: -0.70ex; " SRC="|."$dir".q|img1.png"
  13.  ALT="$\textstyle \parbox{\headwidth}{\raggedright ...">|; 
  14.  
  15. 1;
  16.  
  17.